CurrentFieldValue returns the current value of the field that is about to be printed.
You can use CurrentFieldValue to help do conditional formatting on a field element, field object or cross
In Crystal syntax, you can enter a formula like:
if CurrentFieldValue = 0 then crRed
In Basic syntax, the formula will be:
If CurrentFieldValue = 0 Then formula = crRed
Formats the font color of the object to print red when the value of the field is zero.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |